home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / MAXKIT20.ZIP / #ATEST.MEX next >
Encoding:
Text File  |  1996-04-06  |  673 b   |  14 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //  Work shell program so it can be tested from the "T" on SysOpWk menu.
  3. //  This can be used in your max\m directory to test what you are writing
  4. //  or changing.    You can change your file name to #work.wk or
  5. // commet out the // #include <#work.wk> and add youe owm file name.
  6. // #include <file.mex>
  7. // rembemer to mex #atest.mex! max a bat file to do it.
  8. //////////////////////////////////////////////////////////////////////////////
  9. #ifndef __MAX_MH
  10. #define __MAX_MH
  11.    #include <#work.wk>
  12. #endif
  13. /////////////////////////////////////////////////////////////////////////////
  14.